home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
BARNET
/
FREENET
/
AEBY
/
SMAIL-AL
/
!boot
next >
Wrap
Text File
|
1995-05-29
|
1KB
|
37 lines
set alias$runsmailslot wimpslot -min %%0 -max %%0 |M %%*1
|accept smtp commands from the standard input
set alias$smtpd runsmailslot 1024k smail -bs %%*0
|run through the queued messages and try to deliver them
set alias$runq wimptask runsmailslot 1024k smail -q -oWrunq %%*0
|run in batchsmtp mode
set alias$rsmtp runsmailslot 1024k smail -bS %%*0
|print the mail queue
set alias$mailq runsmailslot 320k smail -bp %%*0
|in_smtpd is called by the main daemon - don't run it manually
|Note that it does merely queue incoming messages (this is faster and
|they can be delivered later by running runq
set alias$in_smtpd wimptask runsmailslot 448k smail -Q -oWin.smtpd -bd -s %%0
|uucp rmail
set alias$rmail smail -oi %%*0
| the default user's user ID (see passwd file)
set UUCP_uid 1
| where will we find /etc (/etc/passwd)
set UucpFS$/etc /<Obey$Dir>/etc
| where will we find the root directory
set UucpFS$/ /adfs::4.$
| where will we find /usr
set UucpFS$/usr /adfs::4.$/usr
| the bin directory (used to locate /bin/smail)
set UucpFS$/bin /<Obey$Dir>/bin